Allow people to adjust their positions. 🔼
[s]Might already work.[/s]
reported=2021-03-06 05:16:30
reporter=onefang
priority=immediate
category=Feature
severity=feature
resolution=open
2021-03-07 12:20:52 onefang: Adjusting is the tricky thing.
[list]
[*]balls - easy to adjust, but only for owner or others with edit rights. Not for vehicles.
[*]prim - slow to adjust, but no balls needed, but only for owner or others with edit rights. Not for vehicles.
[*]menu - hard to adjust, but anyone can.
[*]keys - medium to adjust, but anyone can.
[list]
[*]arrow keys - forward, back, rotate left / right
[*]shift arrow keys - left / right
[*]PgUp / PgDn - up / down
[*]left mouse button / left mouse button in mouselook - should bring up the adjusting menu?
[/list]
[/list]
FUCKING OpenSim screws this up, but works fine if not passing controls, which is OK I guess.
Adjusting menu (keys will work to) -
[list]
[*]more / less
[*]rotate / move
[*]up / down / left / right / forward / backward
[*][s]rez adjusting prim / ball[/s] Other avatar
[*]exit
[/list]
2021-03-07 12:23:39 onefang: Didn't some old SL scripts have some sort of "Hit F? key to adjust"? How did that work?
2021-03-07 12:38:01 onefang: [url=http://wiki.secondlife.com/wiki/Control]Control[/url]
CONTROL_FWD 0x00000001 Move forward control (↑ or W)
CONTROL_BACK 0x00000002 Move back control (↓ or S)
CONTROL_LEFT 0x00000004 Move left control (⇧ Shift-← or ⇧ Shift-A [← or A in mouselook])
CONTROL_RIGHT 0x00000008 Move right control (⇧ Shift-→ or ⇧ Shift-D [→ or D in mouselook])
CONTROLROTLEFT 0x00000100 Rotate left control (← or A)
CONTROLROTRIGHT 0x00000200 Rotate right control (→ or D)
CONTROL_UP 0x00000010 Move up control (PgUp or E)
CONTROL_DOWN 0x00000020 Move down control (PgDn or C)
CONTROL_LBUTTON 0x10000000 Left mouse button control
CONTROLMLLBUTTON 0x40000000 Left mouse button control while in mouselook
(undocumented) 0x02000000 Avatar left rotation detected. Triggers llGetAnimation == "Turning Left"
(undocumented) 0x04000000 Avatar right rotation detected. Triggers llGetAnimation == "Turning Right"
2021-03-08 09:19:51 onefang: Click on prim, select "save position" from menu. Owner only function.